From 611b0767c08943540d6d435c216e404435b6188a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Jun 2011 18:38:46 -0400 Subject: [PATCH] Use boxes instead of vboxes --- modules/other/gail/tests/ferret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/other/gail/tests/ferret.c b/modules/other/gail/tests/ferret.c index a41ed5f1b7..4b85fbae9a 100644 --- a/modules/other/gail/tests/ferret.c +++ b/modules/other/gail/tests/ferret.c @@ -58,7 +58,7 @@ typedef struct GroupId group_id; GtkFrame *scroll_outer_frame; GtkWidget *frame; - GtkVBox *group_vbox; + GtkBox *group_vbox; GtkAdjustment *adj; GList *name_value; gchar *name; @@ -1873,7 +1873,7 @@ _get_group(TabInfo *tab, GroupId group_id, const gchar *groupname) gtk_container_set_border_width(GTK_CONTAINER(group->frame), 10); group->name = g_strdup(groupname); - group->group_vbox = GTK_VBOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10)); + group->group_vbox = GTK_BOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10)); if (group->is_scrolled) { -- 2.30.2